Html Css Color HEX #2391CC Pelorous

📋 copy color: '#2391CC'

red 35 ◦ green 145 ◦ blue 204

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

Shades of Pelorous #2391CC

Tints of Pelorous #2391CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 9.11%
G = 37.76%
B = 53.13%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2391CC (or 0x2391CC) is known color: Pelorous. HEX triplet: 23, 91 and CC. RGB value is (35,145,204). Sum of RGB (Red+Green+Blue) = 35+145+204=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #2391CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2391CC is #DC6E33. Grayscale: #767676. Windows color (decimal): -14446132 or 13406499. OLE color: 13406499.

HSL color Cylindrical-coordinate representation of color #2391CC: hue angle of 200.95º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2391CC is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 145 204 -
CMYK 0.83 0.29 0 0.2
HSL 200.95º 0.71% 0.47% -
HSV(B) 200.95º 0.83% 0.8% -
XYZ 21.72 24.97 60.8 -
YUV 118.84 176.06 68.2 -
System Red Green Blue C M Y K H S L
Decimal 35 145 204 0.83 0.29 0 0.2 200.95 0.71 0.47
Hex 23 91 CC 53 1D 0 14 C9 47 2F
Octal 43 221 314 123 35 0 24 311 107 57
Binary 100011 10010001 11001100 1010011 11101 0 10100 11001001 1000111 101111

Color Harmonies of #2391CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2391CC

Black with #2391CC

Text Example


Text Example

White with #2391CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2391CC; }

 p { color: rgb(35,145,204); }

 H1.HeaderClassName
 {
   color: #2391CC;
 }
 .AnyTagClassName
 {
   color: #2391CC;
 }
</style>

background-color css

<style>
 a { background-color: #2391CC; }

 a { background-color: rgb(35,145,204); }

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

border-color css

<style>
 span { border-color: #2391CC; }

 span { border-color: rgb(35,145,204); }

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