Html Css Color HEX #3E95CA Curious Blue

📋 copy color: '#3E95CA'

red 62 ◦ green 149 ◦ blue 202

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

Shades of Curious Blue #3E95CA

Tints of Curious Blue #3E95CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 15.01%
G = 36.08%
B = 48.91%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3E95CA (or 0x3E95CA) is known color: Curious Blue. HEX triplet: 3E, 95 and CA. RGB value is (62,149,202). Sum of RGB (Red+Green+Blue) = 62+149+202=413 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.01% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E95CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E95CA is #C16A35. Grayscale: #808080. Windows color (decimal): -12675638 or 13276478. OLE color: 13276478.

HSL color Cylindrical-coordinate representation of color #3E95CA: hue angle of 202.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E95CA is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 62 149 202 -
CMYK 0.69 0.26 0 0.21
HSL 202.71º 0.57% 0.52% -
HSV(B) 202.71º 0.69% 0.79% -
XYZ 23.39 26.78 59.81 -
YUV 129.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 62 149 202 0.69 0.26 0 0.21 202.71 0.57 0.52
Hex 3E 95 CA 45 1A 0 15 CB 39 34
Octal 76 225 312 105 32 0 25 313 71 64
Binary 111110 10010101 11001010 1000101 11010 0 10101 11001011 111001 110100

Color Harmonies of #3E95CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E95CA

Black with #3E95CA

Text Example


Text Example

White with #3E95CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,149,202); }

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

background-color css

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

 a { background-color: rgb(62,149,202); }

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

border-color css

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

 span { border-color: rgb(62,149,202); }

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