Html Css Color HEX #3A9EB0 Pelorous

📋 copy color: '#3A9EB0'

red 58 ◦ green 158 ◦ blue 176

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

Shades of Pelorous #3A9EB0

Tints of Pelorous #3A9EB0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.31%

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 14.8%
G = 40.31%
B = 44.9%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A9EB0 (or 0x3A9EB0) is known color: Pelorous. HEX triplet: 3A, 9E and B0. RGB value is (58,158,176). Sum of RGB (Red+Green+Blue) = 58+158+176=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #3A9EB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9EB0 is #C5614F. Grayscale: #818181. Windows color (decimal): -12935504 or 11574842. OLE color: 11574842.

HSL color Cylindrical-coordinate representation of color #3A9EB0: hue angle of 189.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A9EB0 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 158 176 -
CMYK 0.67 0.10 0 0.31
HSL 189.15º 0.5% 0.46% -
HSV(B) 189.15º 0.67% 0.69% -
XYZ 21.81 28.49 45.42 -
YUV 130.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 58 158 176 0.67 0.10 0 0.31 189.15 0.5 0.46
Hex 3A 9E B0 43 A 0 1F BD 32 2E
Octal 72 236 260 103 12 0 37 275 62 56
Binary 111010 10011110 10110000 1000011 1010 0 11111 10111101 110010 101110

Color Harmonies of #3A9EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9EB0

Black with #3A9EB0

Text Example


Text Example

White with #3A9EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,158,176); }

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

background-color css

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

 a { background-color: rgb(58,158,176); }

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

border-color css

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

 span { border-color: rgb(58,158,176); }

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