Html Css Color HEX #258EAE Pelorous

📋 copy color: '#258EAE'

red 37 ◦ green 142 ◦ blue 174

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

Shades of Pelorous #258EAE

Tints of Pelorous #258EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 10.48%
G = 40.23%
B = 49.29%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#258EAE (or 0x258EAE) is known color: Pelorous. HEX triplet: 25, 8E and AE. RGB value is (37,142,174). Sum of RGB (Red+Green+Blue) = 37+142+174=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #258EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258EAE is #DA7151. Grayscale: #727272. Windows color (decimal): -14315858 or 11439653. OLE color: 11439653.

HSL color Cylindrical-coordinate representation of color #258EAE: hue angle of 194.01º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #258EAE is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 142 174 -
CMYK 0.79 0.18 0 0.32
HSL 194.01º 0.65% 0.41% -
HSV(B) 194.01º 0.79% 0.68% -
XYZ 18.08 22.8 43.49 -
YUV 114.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 37 142 174 0.79 0.18 0 0.32 194.01 0.65 0.41
Hex 25 8E AE 4F 12 0 20 C2 41 29
Octal 45 216 256 117 22 0 40 302 101 51
Binary 100101 10001110 10101110 1001111 10010 0 100000 11000010 1000001 101001

Color Harmonies of #258EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EAE

Black with #258EAE

Text Example


Text Example

White with #258EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,142,174); }

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

background-color css

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

 a { background-color: rgb(37,142,174); }

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

border-color css

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

 span { border-color: rgb(37,142,174); }

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