Html Css Color HEX #2394BE Pelorous

📋 copy color: '#2394BE'

red 35 ◦ green 148 ◦ blue 190

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

Shades of Pelorous #2394BE

Tints of Pelorous #2394BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 9.38%
G = 39.68%
B = 50.94%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2394BE (or 0x2394BE) is known color: Pelorous. HEX triplet: 23, 94 and BE. RGB value is (35,148,190). Sum of RGB (Red+Green+Blue) = 35+148+190=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #2394BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2394BE is #DC6B41. Grayscale: #767676. Windows color (decimal): -14445378 or 12489763. OLE color: 12489763.

HSL color Cylindrical-coordinate representation of color #2394BE: hue angle of 196.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2394BE is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 148 190 -
CMYK 0.82 0.22 0 0.25
HSL 196.26º 0.69% 0.44% -
HSV(B) 196.26º 0.82% 0.75% -
XYZ 20.58 25.25 52.51 -
YUV 119 168.06 68.08 -
System Red Green Blue C M Y K H S L
Decimal 35 148 190 0.82 0.22 0 0.25 196.26 0.69 0.44
Hex 23 94 BE 52 16 0 19 C4 45 2C
Octal 43 224 276 122 26 0 31 304 105 54
Binary 100011 10010100 10111110 1010010 10110 0 11001 11000100 1000101 101100

Color Harmonies of #2394BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2394BE

Black with #2394BE

Text Example


Text Example

White with #2394BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2394BE;
 }
 .AnyTagClassName
 {
   color: #2394BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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