Html Css Color HEX #233EDB Persian Blue

📋 copy color: '#233EDB'

red 35 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #233EDB

Tints of Persian Blue #233EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 11.08%
G = 19.62%
B = 69.3%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#233EDB (or 0x233EDB) is known color: Persian Blue. HEX triplet: 23, 3E and DB. RGB value is (35,62,219). Sum of RGB (Red+Green+Blue) = 35+62+219=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #233EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EDB is #DCC124. Grayscale: #474747. Windows color (decimal): -14467365 or 14368291. OLE color: 14368291.

HSL color Cylindrical-coordinate representation of color #233EDB: hue angle of 231.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233EDB is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 62 219 -
CMYK 0.84 0.72 0 0.14
HSL 231.2º 0.72% 0.5% -
HSV(B) 231.2º 0.84% 0.86% -
XYZ 15.2 8.92 67.94 -
YUV 71.83 211.05 101.73 -
System Red Green Blue C M Y K H S L
Decimal 35 62 219 0.84 0.72 0 0.14 231.2 0.72 0.5
Hex 23 3E DB 54 48 0 E E7 48 32
Octal 43 76 333 124 110 0 16 347 110 62
Binary 100011 111110 11011011 1010100 1001000 0 1110 11100111 1001000 110010

Color Harmonies of #233EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233EDB

Black with #233EDB

Text Example


Text Example

White with #233EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233EDB; }

 p { color: rgb(35,62,219); }

 H1.HeaderClassName
 {
   color: #233EDB;
 }
 .AnyTagClassName
 {
   color: #233EDB;
 }
</style>

background-color css

<style>
 a { background-color: #233EDB; }

 a { background-color: rgb(35,62,219); }

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

border-color css

<style>
 span { border-color: #233EDB; }

 span { border-color: rgb(35,62,219); }

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