Html Css Color HEX #3A8EBA Curious Blue

📋 copy color: '#3A8EBA'

red 58 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #3A8EBA

Tints of Curious Blue #3A8EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 15.03%
G = 36.79%
B = 48.19%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A8EBA (or 0x3A8EBA) is known color: Curious Blue. HEX triplet: 3A, 8E and BA. RGB value is (58,142,186). Sum of RGB (Red+Green+Blue) = 58+142+186=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A8EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8EBA is #C57145. Grayscale: #797979. Windows color (decimal): -12939590 or 12226106. OLE color: 12226106.

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

Color convert

RGB 58 142 186 -
CMYK 0.69 0.24 0 0.27
HSL 200.63º 0.52% 0.48% -
HSV(B) 200.63º 0.69% 0.73% -
XYZ 20.28 23.79 49.98 -
YUV 121.9 164.17 82.42 -
System Red Green Blue C M Y K H S L
Decimal 58 142 186 0.69 0.24 0 0.27 200.63 0.52 0.48
Hex 3A 8E BA 45 18 0 1B C9 34 30
Octal 72 216 272 105 30 0 33 311 64 60
Binary 111010 10001110 10111010 1000101 11000 0 11011 11001001 110100 110000

Color Harmonies of #3A8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8EBA

Black with #3A8EBA

Text Example


Text Example

White with #3A8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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