Html Css Color HEX #258BAD Pelorous

📋 copy color: '#258BAD'

red 37 ◦ green 139 ◦ blue 173

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

Shades of Pelorous #258BAD

Tints of Pelorous #258BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

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

R = 10.6%
G = 39.83%
B = 49.57%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#258BAD (or 0x258BAD) is known color: Pelorous. HEX triplet: 25, 8B and AD. RGB value is (37,139,173). Sum of RGB (Red+Green+Blue) = 37+139+173=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #258BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258BAD is #DA7452. Grayscale: #707070. Windows color (decimal): -14316627 or 11373349. OLE color: 11373349.

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

Color convert

RGB 37 139 173 -
CMYK 0.79 0.20 0 0.32
HSL 195º 0.65% 0.41% -
HSV(B) 195º 0.79% 0.68% -
XYZ 17.54 21.88 42.83 -
YUV 112.38 162.21 74.24 -
System Red Green Blue C M Y K H S L
Decimal 37 139 173 0.79 0.20 0 0.32 195 0.65 0.41
Hex 25 8B AD 4F 14 0 20 C3 41 29
Octal 45 213 255 117 24 0 40 303 101 51
Binary 100101 10001011 10101101 1001111 10100 0 100000 11000011 1000001 101001

Color Harmonies of #258BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BAD

Black with #258BAD

Text Example


Text Example

White with #258BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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