Html Css Color HEX #3A89BA Curious Blue

📋 copy color: '#3A89BA'

red 58 ◦ green 137 ◦ blue 186

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

Shades of Curious Blue #3A89BA

Tints of Curious Blue #3A89BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

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

R = 15.22%
G = 35.96%
B = 48.82%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A89BA (or 0x3A89BA) is known color: Curious Blue. HEX triplet: 3A, 89 and BA. RGB value is (58,137,186). Sum of RGB (Red+Green+Blue) = 58+137+186=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A89BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A89BA is #C57645. Grayscale: #767676. Windows color (decimal): -12940870 or 12224826. OLE color: 12224826.

HSL color Cylindrical-coordinate representation of color #3A89BA: hue angle of 202.97º 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 #3A89BA is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 137 186 -
CMYK 0.69 0.26 0 0.27
HSL 202.97º 0.52% 0.48% -
HSV(B) 202.97º 0.69% 0.73% -
XYZ 19.55 22.34 49.74 -
YUV 118.97 165.83 84.52 -
System Red Green Blue C M Y K H S L
Decimal 58 137 186 0.69 0.26 0 0.27 202.97 0.52 0.48
Hex 3A 89 BA 45 1A 0 1B CB 34 30
Octal 72 211 272 105 32 0 33 313 64 60
Binary 111010 10001001 10111010 1000101 11010 0 11011 11001011 110100 110000

Color Harmonies of #3A89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A89BA

Black with #3A89BA

Text Example


Text Example

White with #3A89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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