Html Css Color HEX #2330EC Persian Blue

📋 copy color: '#2330EC'

red 35 ◦ green 48 ◦ blue 236

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

Shades of Persian Blue #2330EC

Tints of Persian Blue #2330EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 236 (92.58% from 255) = 73.98%

R = 10.97%
G = 15.05%
B = 73.98%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2330EC (or 0x2330EC) is known color: Persian Blue. HEX triplet: 23, 30 and EC. RGB value is (35,48,236). Sum of RGB (Red+Green+Blue) = 35+48+236=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #2330EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2330EC is #DCCF13. Grayscale: #404040. Windows color (decimal): -14470932 or 15478819. OLE color: 15478819.

HSL color Cylindrical-coordinate representation of color #2330EC: hue angle of 236.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2330EC is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 48 236 -
CMYK 0.85 0.80 0 0.07
HSL 236.12º 0.84% 0.53% -
HSV(B) 236.12º 0.85% 0.93% -
XYZ 16.89 8.53 80.11 -
YUV 65.55 224.19 106.21 -
System Red Green Blue C M Y K H S L
Decimal 35 48 236 0.85 0.80 0 0.07 236.12 0.84 0.53
Hex 23 30 EC 55 50 0 7 EC 54 35
Octal 43 60 354 125 120 0 7 354 124 65
Binary 100011 110000 11101100 1010101 1010000 0 111 11101100 1010100 110101

Color Harmonies of #2330EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330EC

Black with #2330EC

Text Example


Text Example

White with #2330EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2330EC; }

 p { color: rgb(35,48,236); }

 H1.HeaderClassName
 {
   color: #2330EC;
 }
 .AnyTagClassName
 {
   color: #2330EC;
 }
</style>

background-color css

<style>
 a { background-color: #2330EC; }

 a { background-color: rgb(35,48,236); }

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

border-color css

<style>
 span { border-color: #2330EC; }

 span { border-color: rgb(35,48,236); }

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