Html Css Color HEX #258FAE Pelorous

📋 copy color: '#258FAE'

red 37 ◦ green 143 ◦ blue 174

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

Shades of Pelorous #258FAE

Tints of Pelorous #258FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

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

R = 10.45%
G = 40.4%
B = 49.15%

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

#258FAE (or 0x258FAE) is known color: Pelorous. HEX triplet: 25, 8F and AE. RGB value is (37,143,174). Sum of RGB (Red+Green+Blue) = 37+143+174=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #258FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258FAE is #DA7051. Grayscale: #727272. Windows color (decimal): -14315602 or 11439909. OLE color: 11439909.

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

Color convert

RGB 37 143 174 -
CMYK 0.79 0.18 0 0.32
HSL 193.58º 0.65% 0.41% -
HSV(B) 193.58º 0.79% 0.68% -
XYZ 18.23 23.09 43.54 -
YUV 114.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 37 143 174 0.79 0.18 0 0.32 193.58 0.65 0.41
Hex 25 8F AE 4F 12 0 20 C2 41 29
Octal 45 217 256 117 22 0 40 302 101 51
Binary 100101 10001111 10101110 1001111 10010 0 100000 11000010 1000001 101001

Color Harmonies of #258FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FAE

Black with #258FAE

Text Example


Text Example

White with #258FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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