Html Css Color HEX #3A7ECC Curious Blue

📋 copy color: '#3A7ECC'

red 58 ◦ green 126 ◦ blue 204

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

Shades of Curious Blue #3A7ECC

Tints of Curious Blue #3A7ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

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

R = 14.95%
G = 32.47%
B = 52.58%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A7ECC (or 0x3A7ECC) is known color: Curious Blue. HEX triplet: 3A, 7E and CC. RGB value is (58,126,204). Sum of RGB (Red+Green+Blue) = 58+126+204=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A7ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ECC is #C58133. Grayscale: #727272. Windows color (decimal): -12943668 or 13401658. OLE color: 13401658.

HSL color Cylindrical-coordinate representation of color #3A7ECC: hue angle of 212.05º 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 #3A7ECC is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 126 204 -
CMYK 0.72 0.38 0 0.2
HSL 212.05º 0.59% 0.51% -
HSV(B) 212.05º 0.72% 0.8% -
XYZ 20.1 20.18 59.96 -
YUV 114.56 178.47 87.66 -
System Red Green Blue C M Y K H S L
Decimal 58 126 204 0.72 0.38 0 0.2 212.05 0.59 0.51
Hex 3A 7E CC 48 26 0 14 D4 3B 33
Octal 72 176 314 110 46 0 24 324 73 63
Binary 111010 1111110 11001100 1001000 100110 0 10100 11010100 111011 110011

Color Harmonies of #3A7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7ECC

Black with #3A7ECC

Text Example


Text Example

White with #3A7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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