Html Css Color HEX #3A8EBC Curious Blue

📋 copy color: '#3A8EBC'

red 58 ◦ green 142 ◦ blue 188

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

Shades of Curious Blue #3A8EBC

Tints of Curious Blue #3A8EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 14.95%
G = 36.6%
B = 48.45%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A8EBC (or 0x3A8EBC) is known color: Curious Blue. HEX triplet: 3A, 8E and BC. RGB value is (58,142,188). Sum of RGB (Red+Green+Blue) = 58+142+188=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A8EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8EBC is #C57143. Grayscale: #797979. Windows color (decimal): -12939588 or 12357178. OLE color: 12357178.

HSL color Cylindrical-coordinate representation of color #3A8EBC: hue angle of 201.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A8EBC is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 142 188 -
CMYK 0.69 0.24 0 0.26
HSL 201.23º 0.53% 0.48% -
HSV(B) 201.23º 0.69% 0.74% -
XYZ 20.5 23.88 51.11 -
YUV 122.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 58 142 188 0.69 0.24 0 0.26 201.23 0.53 0.48
Hex 3A 8E BC 45 18 0 1A C9 35 30
Octal 72 216 274 105 30 0 32 311 65 60
Binary 111010 10001110 10111100 1000101 11000 0 11010 11001001 110101 110000

Color Harmonies of #3A8EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8EBC

Black with #3A8EBC

Text Example


Text Example

White with #3A8EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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