Html Css Color HEX #3A8ECC Curious Blue

📋 copy color: '#3A8ECC'

red 58 ◦ green 142 ◦ blue 204

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

Shades of Curious Blue #3A8ECC

Tints of Curious Blue #3A8ECC

RGB

 RED value IS 58 (23.05% from 255) = 14.36%

 GREEN value IS 142 (55.86% from 255) = 35.15%

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

R = 14.36%
G = 35.15%
B = 50.5%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A8ECC (or 0x3A8ECC) is known color: Curious Blue. HEX triplet: 3A, 8E and CC. RGB value is (58,142,204). Sum of RGB (Red+Green+Blue) = 58+142+204=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A8ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8ECC is #C57133. Grayscale: #7B7B7B. Windows color (decimal): -12939572 or 13405754. OLE color: 13405754.

HSL color Cylindrical-coordinate representation of color #3A8ECC: hue angle of 205.48º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A8ECC is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 142 204 -
CMYK 0.72 0.30 0 0.2
HSL 205.48º 0.59% 0.51% -
HSV(B) 205.48º 0.72% 0.8% -
XYZ 22.32 24.61 60.7 -
YUV 123.95 173.17 80.96 -
System Red Green Blue C M Y K H S L
Decimal 58 142 204 0.72 0.30 0 0.2 205.48 0.59 0.51
Hex 3A 8E CC 48 1E 0 14 CD 3B 33
Octal 72 216 314 110 36 0 24 315 73 63
Binary 111010 10001110 11001100 1001000 11110 0 10100 11001101 111011 110011

Color Harmonies of #3A8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8ECC

Black with #3A8ECC

Text Example


Text Example

White with #3A8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,142,204); }

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

background-color css

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

 a { background-color: rgb(58,142,204); }

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

border-color css

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

 span { border-color: rgb(58,142,204); }

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