Html Css Color HEX #2330ED Persian Blue

📋 copy color: '#2330ED'

red 35 ◦ green 48 ◦ blue 237

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

Shades of Persian Blue #2330ED

Tints of Persian Blue #2330ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.06%

R = 10.94%
G = 15%
B = 74.06%

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

#2330ED (or 0x2330ED) is known color: Persian Blue. HEX triplet: 23, 30 and ED. RGB value is (35,48,237). Sum of RGB (Red+Green+Blue) = 35+48+237=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #2330ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2330ED is #DCCF12. Grayscale: #404040. Windows color (decimal): -14470931 or 15544355. OLE color: 15544355.

HSL color Cylindrical-coordinate representation of color #2330ED: hue angle of 236.14º degrees, saturation: 0.85, 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 #2330ED is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 48 237 -
CMYK 0.85 0.80 0 0.07
HSL 236.14º 0.85% 0.53% -
HSV(B) 236.14º 0.85% 0.93% -
XYZ 17.04 8.59 80.88 -
YUV 65.66 224.69 106.13 -
System Red Green Blue C M Y K H S L
Decimal 35 48 237 0.85 0.80 0 0.07 236.14 0.85 0.53
Hex 23 30 ED 55 50 0 7 EC 55 35
Octal 43 60 355 125 120 0 7 354 125 65
Binary 100011 110000 11101101 1010101 1010000 0 111 11101100 1010101 110101

Color Harmonies of #2330ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330ED

Black with #2330ED

Text Example


Text Example

White with #2330ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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