Html Css Color HEX #2393BC Pelorous

📋 copy color: '#2393BC'

red 35 ◦ green 147 ◦ blue 188

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

Shades of Pelorous #2393BC

Tints of Pelorous #2393BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

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

R = 9.46%
G = 39.73%
B = 50.81%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2393BC (or 0x2393BC) is known color: Pelorous. HEX triplet: 23, 93 and BC. RGB value is (35,147,188). Sum of RGB (Red+Green+Blue) = 35+147+188=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #2393BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2393BC is #DC6C43. Grayscale: #757575. Windows color (decimal): -14445636 or 12358435. OLE color: 12358435.

HSL color Cylindrical-coordinate representation of color #2393BC: hue angle of 196.08º 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 #2393BC is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 147 188 -
CMYK 0.81 0.22 0 0.26
HSL 196.08º 0.69% 0.44% -
HSV(B) 196.08º 0.81% 0.74% -
XYZ 20.2 24.86 51.31 -
YUV 118.19 167.39 68.67 -
System Red Green Blue C M Y K H S L
Decimal 35 147 188 0.81 0.22 0 0.26 196.08 0.69 0.44
Hex 23 93 BC 51 16 0 1A C4 45 2C
Octal 43 223 274 121 26 0 32 304 105 54
Binary 100011 10010011 10111100 1010001 10110 0 11010 11000100 1000101 101100

Color Harmonies of #2393BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2393BC

Black with #2393BC

Text Example


Text Example

White with #2393BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2393BC; }

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

 H1.HeaderClassName
 {
   color: #2393BC;
 }
 .AnyTagClassName
 {
   color: #2393BC;
 }
</style>

background-color css

<style>
 a { background-color: #2393BC; }

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

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

border-color css

<style>
 span { border-color: #2393BC; }

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

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