Html Css Color HEX #2D75C4 Curious Blue

📋 copy color: '#2D75C4'

red 45 ◦ green 117 ◦ blue 196

#2D75C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2D75C4

Tints of Curious Blue #2D75C4

RGB

 RED value IS 45 (17.97% from 255) = 12.57%

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 196 (76.95% from 255) = 54.75%

R = 12.57%
G = 32.68%
B = 54.75%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2D75C4 (or 0x2D75C4) is known color: Curious Blue. HEX triplet: 2D, 75 and C4. RGB value is (45,117,196). Sum of RGB (Red+Green+Blue) = 45+117+196=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #2D75C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D75C4 is #D28A3B. Grayscale: #686868. Windows color (decimal): -13797948 or 12875053. OLE color: 12875053.

HSL color Cylindrical-coordinate representation of color #2D75C4: hue angle of 211.39º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D75C4 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 117 196 -
CMYK 0.77 0.40 0 0.23
HSL 211.39º 0.63% 0.47% -
HSV(B) 211.39º 0.77% 0.77% -
XYZ 17.41 17.27 54.64 -
YUV 104.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 45 117 196 0.77 0.40 0 0.23 211.39 0.63 0.47
Hex 2D 75 C4 4D 28 0 17 D3 3F 2F
Octal 55 165 304 115 50 0 27 323 77 57
Binary 101101 1110101 11000100 1001101 101000 0 10111 11010011 111111 101111

Color Harmonies of #2D75C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D75C4

Black with #2D75C4

Text Example


Text Example

White with #2D75C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D75C4; }

 p { color: rgb(45,117,196); }

 H1.HeaderClassName
 {
   color: #2D75C4;
 }
 .AnyTagClassName
 {
   color: #2D75C4;
 }
</style>

background-color css

<style>
 a { background-color: #2D75C4; }

 a { background-color: rgb(45,117,196); }

 div.DivClassName
 {
   background-color: #2D75C4;
 }
 .BgClassName
 {
   background-color: #2D75C4;
 }
</style>

border-color css

<style>
 span { border-color: #2D75C4; }

 span { border-color: rgb(45,117,196); }

 td.TdClassName
 {
   border-color: #2D75C4;
 }
 .TagClassName
 {
   border-color: #2D75C4;
 }
</style>