Html Css Color HEX #258CAA Pelorous

📋 copy color: '#258CAA'

red 37 ◦ green 140 ◦ blue 170

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

Shades of Pelorous #258CAA

Tints of Pelorous #258CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

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

R = 10.66%
G = 40.35%
B = 48.99%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#258CAA (or 0x258CAA) is known color: Pelorous. HEX triplet: 25, 8C and AA. RGB value is (37,140,170). Sum of RGB (Red+Green+Blue) = 37+140+170=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #258CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258CAA is #DA7355. Grayscale: #707070. Windows color (decimal): -14316374 or 11176997. OLE color: 11176997.

HSL color Cylindrical-coordinate representation of color #258CAA: hue angle of 193.53º 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 #258CAA is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 140 170 -
CMYK 0.78 0.18 0 0.33
HSL 193.53º 0.64% 0.41% -
HSV(B) 193.53º 0.78% 0.67% -
XYZ 17.4 22.05 41.37 -
YUV 112.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 37 140 170 0.78 0.18 0 0.33 193.53 0.64 0.41
Hex 25 8C AA 4E 12 0 21 C2 40 29
Octal 45 214 252 116 22 0 41 302 100 51
Binary 100101 10001100 10101010 1001110 10010 0 100001 11000010 1000000 101001

Color Harmonies of #258CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CAA

Black with #258CAA

Text Example


Text Example

White with #258CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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