Html Css Color HEX #239AB2 Pelorous

📋 copy color: '#239AB2'

red 35 ◦ green 154 ◦ blue 178

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

Shades of Pelorous #239AB2

Tints of Pelorous #239AB2

RGB

 RED value IS 35 (14.06% from 255) = 9.54%

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 178 (69.92% from 255) = 48.5%

R = 9.54%
G = 41.96%
B = 48.5%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#239AB2 (or 0x239AB2) is known color: Pelorous. HEX triplet: 23, 9A and B2. RGB value is (35,154,178). Sum of RGB (Red+Green+Blue) = 35+154+178=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #239AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239AB2 is #DC654D. Grayscale: #787878. Windows color (decimal): -14443854 or 11704867. OLE color: 11704867.

HSL color Cylindrical-coordinate representation of color #239AB2: hue angle of 190.07º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239AB2 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 35 154 178 -
CMYK 0.80 0.13 0 0.30
HSL 190.07º 0.67% 0.42% -
HSV(B) 190.07º 0.8% 0.7% -
XYZ 20.28 26.68 46.2 -
YUV 121.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 35 154 178 0.80 0.13 0 0.30 190.07 0.67 0.42
Hex 23 9A B2 50 D 0 1E BE 43 2A
Octal 43 232 262 120 15 0 36 276 103 52
Binary 100011 10011010 10110010 1010000 1101 0 11110 10111110 1000011 101010

Color Harmonies of #239AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239AB2

Black with #239AB2

Text Example


Text Example

White with #239AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239AB2; }

 p { color: rgb(35,154,178); }

 H1.HeaderClassName
 {
   color: #239AB2;
 }
 .AnyTagClassName
 {
   color: #239AB2;
 }
</style>

background-color css

<style>
 a { background-color: #239AB2; }

 a { background-color: rgb(35,154,178); }

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

border-color css

<style>
 span { border-color: #239AB2; }

 span { border-color: rgb(35,154,178); }

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