Html Css Color HEX #3A8ECD Curious Blue

📋 copy color: '#3A8ECD'

red 58 ◦ green 142 ◦ blue 205

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

Shades of Curious Blue #3A8ECD

Tints of Curious Blue #3A8ECD

RGB

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

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

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

R = 14.32%
G = 35.06%
B = 50.62%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A8ECD (or 0x3A8ECD) is known color: Curious Blue. HEX triplet: 3A, 8E and CD. RGB value is (58,142,205). Sum of RGB (Red+Green+Blue) = 58+142+205=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A8ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8ECD is #C57132. Grayscale: #7B7B7B. Windows color (decimal): -12939571 or 13471290. OLE color: 13471290.

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

Color convert

RGB 58 142 205 -
CMYK 0.72 0.31 0 0.20
HSL 205.71º 0.6% 0.52% -
HSV(B) 205.71º 0.72% 0.8% -
XYZ 22.44 24.65 61.33 -
YUV 124.07 173.67 80.88 -
System Red Green Blue C M Y K H S L
Decimal 58 142 205 0.72 0.31 0 0.20 205.71 0.6 0.52
Hex 3A 8E CD 48 1F 0 14 CE 3C 34
Octal 72 216 315 110 37 0 24 316 74 64
Binary 111010 10001110 11001101 1001000 11111 0 10100 11001110 111100 110100

Color Harmonies of #3A8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8ECD

Black with #3A8ECD

Text Example


Text Example

White with #3A8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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