Html Css Color HEX #4385BC Curious Blue

📋 copy color: '#4385BC'

red 67 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #4385BC

Tints of Curious Blue #4385BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 17.27%
G = 34.28%
B = 48.45%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4385BC (or 0x4385BC) is known color: Curious Blue. HEX triplet: 43, 85 and BC. RGB value is (67,133,188). Sum of RGB (Red+Green+Blue) = 67+133+188=388 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.27% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #4385BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4385BC is #BC7A43. Grayscale: #777777. Windows color (decimal): -12352068 or 12354883. OLE color: 12354883.

HSL color Cylindrical-coordinate representation of color #4385BC: hue angle of 207.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4385BC is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 133 188 -
CMYK 0.64 0.29 0 0.26
HSL 207.27º 0.47% 0.5% -
HSV(B) 207.27º 0.64% 0.74% -
XYZ 19.78 21.6 50.7 -
YUV 119.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 67 133 188 0.64 0.29 0 0.26 207.27 0.47 0.5
Hex 43 85 BC 40 1D 0 1A CF 2F 32
Octal 103 205 274 100 35 0 32 317 57 62
Binary 1000011 10000101 10111100 1000000 11101 0 11010 11001111 101111 110010

Color Harmonies of #4385BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4385BC

Black with #4385BC

Text Example


Text Example

White with #4385BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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