Html Css Color HEX #4385BB Curious Blue

📋 copy color: '#4385BB'

red 67 ◦ green 133 ◦ blue 187

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

Shades of Curious Blue #4385BB

Tints of Curious Blue #4385BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

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

R = 17.31%
G = 34.37%
B = 48.32%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4385BB (or 0x4385BB) is known color: Curious Blue. HEX triplet: 43, 85 and BB. RGB value is (67,133,187). Sum of RGB (Red+Green+Blue) = 67+133+187=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #4385BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4385BB is #BC7A44. Grayscale: #777777. Windows color (decimal): -12352069 or 12289347. OLE color: 12289347.

HSL color Cylindrical-coordinate representation of color #4385BB: hue angle of 207º 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 #4385BB is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 133 187 -
CMYK 0.64 0.29 0 0.27
HSL 207º 0.47% 0.5% -
HSV(B) 207º 0.64% 0.73% -
XYZ 19.67 21.56 50.14 -
YUV 119.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 67 133 187 0.64 0.29 0 0.27 207 0.47 0.5
Hex 43 85 BB 40 1D 0 1B CF 2F 32
Octal 103 205 273 100 35 0 33 317 57 62
Binary 1000011 10000101 10111011 1000000 11101 0 11011 11001111 101111 110010

Color Harmonies of #4385BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4385BB

Black with #4385BB

Text Example


Text Example

White with #4385BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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