Html Css Color HEX #258EAC Pelorous

📋 copy color: '#258EAC'

red 37 ◦ green 142 ◦ blue 172

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

Shades of Pelorous #258EAC

Tints of Pelorous #258EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 10.54%
G = 40.46%
B = 49%

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

#258EAC (or 0x258EAC) is known color: Pelorous. HEX triplet: 25, 8E and AC. RGB value is (37,142,172). Sum of RGB (Red+Green+Blue) = 37+142+172=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #258EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258EAC is #DA7153. Grayscale: #717171. Windows color (decimal): -14315860 or 11308581. OLE color: 11308581.

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

Color convert

RGB 37 142 172 -
CMYK 0.78 0.17 0 0.33
HSL 193.33º 0.65% 0.41% -
HSV(B) 193.33º 0.78% 0.67% -
XYZ 17.88 22.72 42.47 -
YUV 114.03 160.71 73.06 -
System Red Green Blue C M Y K H S L
Decimal 37 142 172 0.78 0.17 0 0.33 193.33 0.65 0.41
Hex 25 8E AC 4E 11 0 21 C1 41 29
Octal 45 216 254 116 21 0 41 301 101 51
Binary 100101 10001110 10101100 1001110 10001 0 100001 11000001 1000001 101001

Color Harmonies of #258EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EAC

Black with #258EAC

Text Example


Text Example

White with #258EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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