Html Css Color HEX #4386CC Curious Blue

📋 copy color: '#4386CC'

red 67 ◦ green 134 ◦ blue 204

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

Shades of Curious Blue #4386CC

Tints of Curious Blue #4386CC

RGB

 RED value IS 67 (26.56% from 255) = 16.54%

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 16.54%
G = 33.09%
B = 50.37%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4386CC (or 0x4386CC) is known color: Curious Blue. HEX triplet: 43, 86 and CC. RGB value is (67,134,204). Sum of RGB (Red+Green+Blue) = 67+134+204=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #4386CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4386CC is #BC7933. Grayscale: #797979. Windows color (decimal): -12351796 or 13403715. OLE color: 13403715.

HSL color Cylindrical-coordinate representation of color #4386CC: hue angle of 210.66º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4386CC is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 134 204 -
CMYK 0.67 0.34 0 0.2
HSL 210.66º 0.57% 0.53% -
HSV(B) 210.66º 0.67% 0.8% -
XYZ 21.74 22.6 60.34 -
YUV 121.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 67 134 204 0.67 0.34 0 0.2 210.66 0.57 0.53
Hex 43 86 CC 43 22 0 14 D3 39 35
Octal 103 206 314 103 42 0 24 323 71 65
Binary 1000011 10000110 11001100 1000011 100010 0 10100 11010011 111001 110101

Color Harmonies of #4386CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4386CC

Black with #4386CC

Text Example


Text Example

White with #4386CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4386CC; }

 p { color: rgb(67,134,204); }

 H1.HeaderClassName
 {
   color: #4386CC;
 }
 .AnyTagClassName
 {
   color: #4386CC;
 }
</style>

background-color css

<style>
 a { background-color: #4386CC; }

 a { background-color: rgb(67,134,204); }

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

border-color css

<style>
 span { border-color: #4386CC; }

 span { border-color: rgb(67,134,204); }

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