Html Css Color HEX #3E85CB Curious Blue

📋 copy color: '#3E85CB'

red 62 ◦ green 133 ◦ blue 203

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

Shades of Curious Blue #3E85CB

Tints of Curious Blue #3E85CB

RGB

 RED value IS 62 (24.61% from 255) = 15.58%

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 15.58%
G = 33.42%
B = 51.01%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E85CB (or 0x3E85CB) is known color: Curious Blue. HEX triplet: 3E, 85 and CB. RGB value is (62,133,203). Sum of RGB (Red+Green+Blue) = 62+133+203=398 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.58% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E85CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E85CB is #C17A34. Grayscale: #777777. Windows color (decimal): -12679733 or 13337918. OLE color: 13337918.

HSL color Cylindrical-coordinate representation of color #3E85CB: hue angle of 209.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E85CB is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 133 203 -
CMYK 0.69 0.34 0 0.20
HSL 209.79º 0.58% 0.52% -
HSV(B) 209.79º 0.69% 0.8% -
XYZ 21.15 22.11 59.65 -
YUV 119.75 174.98 86.81 -
System Red Green Blue C M Y K H S L
Decimal 62 133 203 0.69 0.34 0 0.20 209.79 0.58 0.52
Hex 3E 85 CB 45 22 0 14 D2 3A 34
Octal 76 205 313 105 42 0 24 322 72 64
Binary 111110 10000101 11001011 1000101 100010 0 10100 11010010 111010 110100

Color Harmonies of #3E85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E85CB

Black with #3E85CB

Text Example


Text Example

White with #3E85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E85CB; }

 p { color: rgb(62,133,203); }

 H1.HeaderClassName
 {
   color: #3E85CB;
 }
 .AnyTagClassName
 {
   color: #3E85CB;
 }
</style>

background-color css

<style>
 a { background-color: #3E85CB; }

 a { background-color: rgb(62,133,203); }

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

border-color css

<style>
 span { border-color: #3E85CB; }

 span { border-color: rgb(62,133,203); }

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