Html Css Color HEX #3E93CC Curious Blue

📋 copy color: '#3E93CC'

red 62 ◦ green 147 ◦ blue 204

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

Shades of Curious Blue #3E93CC

Tints of Curious Blue #3E93CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 15.01%
G = 35.59%
B = 49.39%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E93CC (or 0x3E93CC) is known color: Curious Blue. HEX triplet: 3E, 93 and CC. RGB value is (62,147,204). Sum of RGB (Red+Green+Blue) = 62+147+204=413 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.01% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E93CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E93CC is #C16C33. Grayscale: #7F7F7F. Windows color (decimal): -12676148 or 13407038. OLE color: 13407038.

HSL color Cylindrical-coordinate representation of color #3E93CC: hue angle of 204.08º degrees, saturation: 0.58, 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 #3E93CC is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 147 204 -
CMYK 0.70 0.28 0 0.2
HSL 204.08º 0.58% 0.52% -
HSV(B) 204.08º 0.7% 0.8% -
XYZ 23.32 26.25 60.96 -
YUV 128.08 170.84 80.87 -
System Red Green Blue C M Y K H S L
Decimal 62 147 204 0.70 0.28 0 0.2 204.08 0.58 0.52
Hex 3E 93 CC 46 1C 0 14 CC 3A 34
Octal 76 223 314 106 34 0 24 314 72 64
Binary 111110 10010011 11001100 1000110 11100 0 10100 11001100 111010 110100

Color Harmonies of #3E93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E93CC

Black with #3E93CC

Text Example


Text Example

White with #3E93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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