Html Css Color HEX #239CC6 Pelorous

📋 copy color: '#239CC6'

red 35 ◦ green 156 ◦ blue 198

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

Shades of Pelorous #239CC6

Tints of Pelorous #239CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 9%
G = 40.1%
B = 50.9%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#239CC6 (or 0x239CC6) is known color: Pelorous. HEX triplet: 23, 9C and C6. RGB value is (35,156,198). Sum of RGB (Red+Green+Blue) = 35+156+198=389 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.00% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #239CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239CC6 is #DC6339. Grayscale: #7C7C7C. Windows color (decimal): -14443322 or 13016099. OLE color: 13016099.

HSL color Cylindrical-coordinate representation of color #239CC6: hue angle of 195.46º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239CC6 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 156 198 -
CMYK 0.82 0.21 0 0.22
HSL 195.46º 0.7% 0.46% -
HSV(B) 195.46º 0.82% 0.78% -
XYZ 22.77 28.21 57.67 -
YUV 124.61 169.41 64.08 -
System Red Green Blue C M Y K H S L
Decimal 35 156 198 0.82 0.21 0 0.22 195.46 0.7 0.46
Hex 23 9C C6 52 15 0 16 C3 46 2E
Octal 43 234 306 122 25 0 26 303 106 56
Binary 100011 10011100 11000110 1010010 10101 0 10110 11000011 1000110 101110

Color Harmonies of #239CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239CC6

Black with #239CC6

Text Example


Text Example

White with #239CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,156,198); }

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

background-color css

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

 a { background-color: rgb(35,156,198); }

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

border-color css

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

 span { border-color: rgb(35,156,198); }

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