Html Css Color HEX #2330EB Persian Blue

📋 copy color: '#2330EB'

red 35 ◦ green 48 ◦ blue 235

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

Shades of Persian Blue #2330EB

Tints of Persian Blue #2330EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.9%

R = 11.01%
G = 15.09%
B = 73.9%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2330EB (or 0x2330EB) is known color: Persian Blue. HEX triplet: 23, 30 and EB. RGB value is (35,48,235). Sum of RGB (Red+Green+Blue) = 35+48+235=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #2330EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2330EB is #DCCF14. Grayscale: #404040. Windows color (decimal): -14470933 or 15413283. OLE color: 15413283.

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

Color convert

RGB 35 48 235 -
CMYK 0.85 0.80 0 0.08
HSL 236.1º 0.83% 0.53% -
HSV(B) 236.1º 0.85% 0.92% -
XYZ 16.75 8.47 79.35 -
YUV 65.43 223.69 106.29 -
System Red Green Blue C M Y K H S L
Decimal 35 48 235 0.85 0.80 0 0.08 236.1 0.83 0.53
Hex 23 30 EB 55 50 0 8 EC 53 35
Octal 43 60 353 125 120 0 10 354 123 65
Binary 100011 110000 11101011 1010101 1010000 0 1000 11101100 1010011 110101

Color Harmonies of #2330EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330EB

Black with #2330EB

Text Example


Text Example

White with #2330EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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