Html Css Color HEX #4386BB Curious Blue

📋 copy color: '#4386BB'

red 67 ◦ green 134 ◦ blue 187

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

Shades of Curious Blue #4386BB

Tints of Curious Blue #4386BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 17.27%
G = 34.54%
B = 48.2%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4386BB (or 0x4386BB) is known color: Curious Blue. HEX triplet: 43, 86 and BB. RGB value is (67,134,187). Sum of RGB (Red+Green+Blue) = 67+134+187=388 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.27% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #4386BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4386BB is #BC7944. Grayscale: #777777. Windows color (decimal): -12351813 or 12289603. OLE color: 12289603.

HSL color Cylindrical-coordinate representation of color #4386BB: hue angle of 206.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4386BB is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 134 187 -
CMYK 0.64 0.28 0 0.27
HSL 206.5º 0.47% 0.5% -
HSV(B) 206.5º 0.64% 0.73% -
XYZ 19.81 21.83 50.18 -
YUV 120.01 165.8 90.19 -
System Red Green Blue C M Y K H S L
Decimal 67 134 187 0.64 0.28 0 0.27 206.5 0.47 0.5
Hex 43 86 BB 40 1C 0 1B CE 2F 32
Octal 103 206 273 100 34 0 33 316 57 62
Binary 1000011 10000110 10111011 1000000 11100 0 11011 11001110 101111 110010

Color Harmonies of #4386BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4386BB

Black with #4386BB

Text Example


Text Example

White with #4386BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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