Html Css Color HEX #258DAA Pelorous

📋 copy color: '#258DAA'

red 37 ◦ green 141 ◦ blue 170

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

Shades of Pelorous #258DAA

Tints of Pelorous #258DAA

RGB

 RED value IS 37 (14.84% from 255) = 10.63%

 GREEN value IS 141 (55.47% from 255) = 40.52%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 10.63%
G = 40.52%
B = 48.85%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#258DAA (or 0x258DAA) is known color: Pelorous. HEX triplet: 25, 8D and AA. RGB value is (37,141,170). Sum of RGB (Red+Green+Blue) = 37+141+170=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #258DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258DAA is #DA7255. Grayscale: #707070. Windows color (decimal): -14316118 or 11177253. OLE color: 11177253.

HSL color Cylindrical-coordinate representation of color #258DAA: hue angle of 193.08º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258DAA is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 141 170 -
CMYK 0.78 0.17 0 0.33
HSL 193.08º 0.64% 0.41% -
HSV(B) 193.08º 0.78% 0.67% -
XYZ 17.54 22.35 41.42 -
YUV 113.21 160.04 73.64 -
System Red Green Blue C M Y K H S L
Decimal 37 141 170 0.78 0.17 0 0.33 193.08 0.64 0.41
Hex 25 8D AA 4E 11 0 21 C1 40 29
Octal 45 215 252 116 21 0 41 301 100 51
Binary 100101 10001101 10101010 1001110 10001 0 100001 11000001 1000000 101001

Color Harmonies of #258DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DAA

Black with #258DAA

Text Example


Text Example

White with #258DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258DAA; }

 p { color: rgb(37,141,170); }

 H1.HeaderClassName
 {
   color: #258DAA;
 }
 .AnyTagClassName
 {
   color: #258DAA;
 }
</style>

background-color css

<style>
 a { background-color: #258DAA; }

 a { background-color: rgb(37,141,170); }

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

border-color css

<style>
 span { border-color: #258DAA; }

 span { border-color: rgb(37,141,170); }

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