Html Css Color HEX #3A7ECD Curious Blue

📋 copy color: '#3A7ECD'

red 58 ◦ green 126 ◦ blue 205

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

Shades of Curious Blue #3A7ECD

Tints of Curious Blue #3A7ECD

RGB

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

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

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

R = 14.91%
G = 32.39%
B = 52.7%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A7ECD (or 0x3A7ECD) is known color: Curious Blue. HEX triplet: 3A, 7E and CD. RGB value is (58,126,205). Sum of RGB (Red+Green+Blue) = 58+126+205=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A7ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ECD is #C58132. Grayscale: #727272. Windows color (decimal): -12943667 or 13467194. OLE color: 13467194.

HSL color Cylindrical-coordinate representation of color #3A7ECD: hue angle of 212.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A7ECD is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 126 205 -
CMYK 0.72 0.39 0 0.20
HSL 212.24º 0.6% 0.52% -
HSV(B) 212.24º 0.72% 0.8% -
XYZ 20.23 20.23 60.6 -
YUV 114.67 178.97 87.58 -
System Red Green Blue C M Y K H S L
Decimal 58 126 205 0.72 0.39 0 0.20 212.24 0.6 0.52
Hex 3A 7E CD 48 27 0 14 D4 3C 34
Octal 72 176 315 110 47 0 24 324 74 64
Binary 111010 1111110 11001101 1001000 100111 0 10100 11010100 111100 110100

Color Harmonies of #3A7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7ECD

Black with #3A7ECD

Text Example


Text Example

White with #3A7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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