Html Css Color HEX #258AAC Pelorous

📋 copy color: '#258AAC'

red 37 ◦ green 138 ◦ blue 172

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

Shades of Pelorous #258AAC

Tints of Pelorous #258AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.77%

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

R = 10.66%
G = 39.77%
B = 49.57%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#258AAC (or 0x258AAC) is known color: Pelorous. HEX triplet: 25, 8A and AC. RGB value is (37,138,172). Sum of RGB (Red+Green+Blue) = 37+138+172=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #258AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258AAC is #DA7553. Grayscale: #6F6F6F. Windows color (decimal): -14316884 or 11307557. OLE color: 11307557.

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

Color convert

RGB 37 138 172 -
CMYK 0.78 0.20 0 0.33
HSL 195.11º 0.65% 0.41% -
HSV(B) 195.11º 0.78% 0.67% -
XYZ 17.3 21.55 42.28 -
YUV 111.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 37 138 172 0.78 0.20 0 0.33 195.11 0.65 0.41
Hex 25 8A AC 4E 14 0 21 C3 41 29
Octal 45 212 254 116 24 0 41 303 101 51
Binary 100101 10001010 10101100 1001110 10100 0 100001 11000011 1000001 101001

Color Harmonies of #258AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AAC

Black with #258AAC

Text Example


Text Example

White with #258AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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