#2394BD

Color #2394BD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2394BD

Tints of Pelorous #2394BD

Color information

#2394BD (or 0x2394BD) is unknown color: approx Pelorous. HEX triplet: 23, 94 and BD. RGB value is (35,148,189). Sum of RGB (Red+Green+Blue) = 35+148+189=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #2394BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2394BD is #DC6B42. Grayscale: #767676. Windows color (decimal): -14445379 or 12424227. OLE color: 12424227.

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

Color convert

RGB35148189-
CMYK0.810.2200.26
HSL195.97º68.75%43.92%-
HSV(B)195.97º81.48%74.12%-
XYZ20.4725.2151.93-
YUV118.89167.5668.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.41%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=9.41%
G=39.78%
B=50.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351481890.810.2200.26195.9768.7543.92
Hex2394BD511601Ac4452c
Octal432242751212603230410554
Binary1000111001010010111101101000110110011010110001001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2394BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2394BD; }

 p { color: rgb(35,148,189); }

 H1.HeaderClassName
 {
   color: #2394BD;
 }
 .AnyTagClassName
 {
   color: #2394BD;
 }
</style>
background-color css

<style>
 a { background-color: #2394BD; }

 a { background-color: rgb(35,148,189); }

 div.DivClassName
 {
   background-color: #2394BD;
 }
 .BgClassName
 {
   background-color: #2394BD;
 }
</style>
border-color css

<style>
 span { border-color: #2394BD; }

 span { border-color: rgb(35,148,189); }

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