Html Css Color HEX #239BBA Pelorous

📋 copy color: '#239BBA'

red 35 ◦ green 155 ◦ blue 186

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

Shades of Pelorous #239BBA

Tints of Pelorous #239BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 9.31%
G = 41.22%
B = 49.47%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#239BBA (or 0x239BBA) is known color: Pelorous. HEX triplet: 23, 9B and BA. RGB value is (35,155,186). Sum of RGB (Red+Green+Blue) = 35+155+186=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #239BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BBA is #DC6445. Grayscale: #7A7A7A. Windows color (decimal): -14443590 or 12229411. OLE color: 12229411.

HSL color Cylindrical-coordinate representation of color #239BBA: hue angle of 192.32º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239BBA is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 155 186 -
CMYK 0.81 0.17 0 0.27
HSL 192.32º 0.68% 0.43% -
HSV(B) 192.32º 0.81% 0.73% -
XYZ 21.28 27.35 50.61 -
YUV 122.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 35 155 186 0.81 0.17 0 0.27 192.32 0.68 0.43
Hex 23 9B BA 51 11 0 1B C0 44 2B
Octal 43 233 272 121 21 0 33 300 104 53
Binary 100011 10011011 10111010 1010001 10001 0 11011 11000000 1000100 101011

Color Harmonies of #239BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BBA

Black with #239BBA

Text Example


Text Example

White with #239BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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