Html Css Color HEX #258CAD Pelorous

📋 copy color: '#258CAD'

red 37 ◦ green 140 ◦ blue 173

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

Shades of Pelorous #258CAD

Tints of Pelorous #258CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 10.57%
G = 40%
B = 49.43%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#258CAD (or 0x258CAD) is known color: Pelorous. HEX triplet: 25, 8C and AD. RGB value is (37,140,173). Sum of RGB (Red+Green+Blue) = 37+140+173=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #258CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258CAD is #DA7352. Grayscale: #707070. Windows color (decimal): -14316371 or 11373605. OLE color: 11373605.

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

Color convert

RGB 37 140 173 -
CMYK 0.79 0.19 0 0.32
HSL 194.56º 0.65% 0.41% -
HSV(B) 194.56º 0.79% 0.68% -
XYZ 17.68 22.17 42.88 -
YUV 112.97 161.88 73.82 -
System Red Green Blue C M Y K H S L
Decimal 37 140 173 0.79 0.19 0 0.32 194.56 0.65 0.41
Hex 25 8C AD 4F 13 0 20 C3 41 29
Octal 45 214 255 117 23 0 40 303 101 51
Binary 100101 10001100 10101101 1001111 10011 0 100000 11000011 1000001 101001

Color Harmonies of #258CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CAD

Black with #258CAD

Text Example


Text Example

White with #258CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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