Html Css Color HEX #239BBC Pelorous

📋 copy color: '#239BBC'

red 35 ◦ green 155 ◦ blue 188

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

Shades of Pelorous #239BBC

Tints of Pelorous #239BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 9.26%
G = 41.01%
B = 49.74%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#239BBC (or 0x239BBC) is known color: Pelorous. HEX triplet: 23, 9B and BC. RGB value is (35,155,188). Sum of RGB (Red+Green+Blue) = 35+155+188=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #239BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BBC is #DC6443. Grayscale: #7A7A7A. Windows color (decimal): -14443588 or 12360483. OLE color: 12360483.

HSL color Cylindrical-coordinate representation of color #239BBC: hue angle of 192.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239BBC is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 155 188 -
CMYK 0.81 0.18 0 0.26
HSL 192.94º 0.69% 0.44% -
HSV(B) 192.94º 0.81% 0.74% -
XYZ 21.49 27.43 51.74 -
YUV 122.88 164.74 65.32 -
System Red Green Blue C M Y K H S L
Decimal 35 155 188 0.81 0.18 0 0.26 192.94 0.69 0.44
Hex 23 9B BC 51 12 0 1A C1 45 2C
Octal 43 233 274 121 22 0 32 301 105 54
Binary 100011 10011011 10111100 1010001 10010 0 11010 11000001 1000101 101100

Color Harmonies of #239BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BBC

Black with #239BBC

Text Example


Text Example

White with #239BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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