Html Css Color HEX #259CBE Pelorous

📋 copy color: '#259CBE'

red 37 ◦ green 156 ◦ blue 190

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

Shades of Pelorous #259CBE

Tints of Pelorous #259CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.73%

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 9.66%
G = 40.73%
B = 49.61%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#259CBE (or 0x259CBE) is known color: Pelorous. HEX triplet: 25, 9C and BE. RGB value is (37,156,190). Sum of RGB (Red+Green+Blue) = 37+156+190=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #259CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259CBE is #DA6341. Grayscale: #7C7C7C. Windows color (decimal): -14312258 or 12491813. OLE color: 12491813.

HSL color Cylindrical-coordinate representation of color #259CBE: hue angle of 193.33º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #259CBE is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 156 190 -
CMYK 0.81 0.18 0 0.25
HSL 193.33º 0.67% 0.45% -
HSV(B) 193.33º 0.81% 0.75% -
XYZ 21.95 27.89 52.94 -
YUV 124.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 37 156 190 0.81 0.18 0 0.25 193.33 0.67 0.45
Hex 25 9C BE 51 12 0 19 C1 43 2D
Octal 45 234 276 121 22 0 31 301 103 55
Binary 100101 10011100 10111110 1010001 10010 0 11001 11000001 1000011 101101

Color Harmonies of #259CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259CBE

Black with #259CBE

Text Example


Text Example

White with #259CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259CBE; }

 p { color: rgb(37,156,190); }

 H1.HeaderClassName
 {
   color: #259CBE;
 }
 .AnyTagClassName
 {
   color: #259CBE;
 }
</style>

background-color css

<style>
 a { background-color: #259CBE; }

 a { background-color: rgb(37,156,190); }

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

border-color css

<style>
 span { border-color: #259CBE; }

 span { border-color: rgb(37,156,190); }

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