Html Css Color HEX #239BB3 Pelorous

📋 copy color: '#239BB3'

red 35 ◦ green 155 ◦ blue 179

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

Shades of Pelorous #239BB3

Tints of Pelorous #239BB3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 179 (70.31% from 255) = 48.51%

R = 9.49%
G = 42.01%
B = 48.51%

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

#239BB3 (or 0x239BB3) is known color: Pelorous. HEX triplet: 23, 9B and B3. RGB value is (35,155,179). Sum of RGB (Red+Green+Blue) = 35+155+179=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #239BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BB3 is #DC644C. Grayscale: #797979. Windows color (decimal): -14443597 or 11770659. OLE color: 11770659.

HSL color Cylindrical-coordinate representation of color #239BB3: hue angle of 190º 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 #239BB3 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 35 155 179 -
CMYK 0.80 0.13 0 0.30
HSL 190º 0.67% 0.42% -
HSV(B) 190º 0.8% 0.7% -
XYZ 20.55 27.05 46.79 -
YUV 121.86 160.24 66.05 -
System Red Green Blue C M Y K H S L
Decimal 35 155 179 0.80 0.13 0 0.30 190 0.67 0.42
Hex 23 9B B3 50 D 0 1E BE 43 2A
Octal 43 233 263 120 15 0 36 276 103 52
Binary 100011 10011011 10110011 1010000 1101 0 11110 10111110 1000011 101010

Color Harmonies of #239BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BB3

Black with #239BB3

Text Example


Text Example

White with #239BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,155,179); }

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

background-color css

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

 a { background-color: rgb(35,155,179); }

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

border-color css

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

 span { border-color: rgb(35,155,179); }

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