Html Css Color HEX #408CC4 Curious Blue

📋 copy color: '#408CC4'

red 64 ◦ green 140 ◦ blue 196

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

Shades of Curious Blue #408CC4

Tints of Curious Blue #408CC4

RGB

 RED value IS 64 (25.39% from 255) = 16%

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 16%
G = 35%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#408CC4 (or 0x408CC4) is known color: Curious Blue. HEX triplet: 40, 8C and C4. RGB value is (64,140,196). Sum of RGB (Red+Green+Blue) = 64+140+196=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #408CC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CC4 is #BF733B. Grayscale: #7B7B7B. Windows color (decimal): -12546876 or 12880960. OLE color: 12880960.

HSL color Cylindrical-coordinate representation of color #408CC4: hue angle of 205.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408CC4 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 140 196 -
CMYK 0.67 0.29 0 0.23
HSL 205.45º 0.53% 0.51% -
HSV(B) 205.45º 0.67% 0.77% -
XYZ 21.46 23.83 55.69 -
YUV 123.66 168.82 85.45 -
System Red Green Blue C M Y K H S L
Decimal 64 140 196 0.67 0.29 0 0.23 205.45 0.53 0.51
Hex 40 8C C4 43 1D 0 17 CD 35 33
Octal 100 214 304 103 35 0 27 315 65 63
Binary 1000000 10001100 11000100 1000011 11101 0 10111 11001101 110101 110011

Color Harmonies of #408CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CC4

Black with #408CC4

Text Example


Text Example

White with #408CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408CC4; }

 p { color: rgb(64,140,196); }

 H1.HeaderClassName
 {
   color: #408CC4;
 }
 .AnyTagClassName
 {
   color: #408CC4;
 }
</style>

background-color css

<style>
 a { background-color: #408CC4; }

 a { background-color: rgb(64,140,196); }

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

border-color css

<style>
 span { border-color: #408CC4; }

 span { border-color: rgb(64,140,196); }

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