Html Css Color HEX #3E93CD Curious Blue

📋 copy color: '#3E93CD'

red 62 ◦ green 147 ◦ blue 205

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

Shades of Curious Blue #3E93CD

Tints of Curious Blue #3E93CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 14.98%
G = 35.51%
B = 49.52%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E93CD (or 0x3E93CD) is known color: Curious Blue. HEX triplet: 3E, 93 and CD. RGB value is (62,147,205). Sum of RGB (Red+Green+Blue) = 62+147+205=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E93CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E93CD is #C16C32. Grayscale: #7F7F7F. Windows color (decimal): -12676147 or 13472574. OLE color: 13472574.

HSL color Cylindrical-coordinate representation of color #3E93CD: hue angle of 204.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E93CD is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 147 205 -
CMYK 0.70 0.28 0 0.20
HSL 204.34º 0.59% 0.52% -
HSV(B) 204.34º 0.7% 0.8% -
XYZ 23.44 26.3 61.6 -
YUV 128.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 62 147 205 0.70 0.28 0 0.20 204.34 0.59 0.52
Hex 3E 93 CD 46 1C 0 14 CC 3B 34
Octal 76 223 315 106 34 0 24 314 73 64
Binary 111110 10010011 11001101 1000110 11100 0 10100 11001100 111011 110100

Color Harmonies of #3E93CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E93CD

Black with #3E93CD

Text Example


Text Example

White with #3E93CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,147,205); }

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

background-color css

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

 a { background-color: rgb(62,147,205); }

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

border-color css

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

 span { border-color: rgb(62,147,205); }

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