Html Css Color HEX #233EDE Persian Blue

📋 copy color: '#233EDE'

red 35 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #233EDE

Tints of Persian Blue #233EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.59%

R = 10.97%
G = 19.44%
B = 69.59%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#233EDE (or 0x233EDE) is known color: Persian Blue. HEX triplet: 23, 3E and DE. RGB value is (35,62,222). Sum of RGB (Red+Green+Blue) = 35+62+222=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #233EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EDE is #DCC121. Grayscale: #474747. Windows color (decimal): -14467362 or 14564899. OLE color: 14564899.

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

Color convert

RGB 35 62 222 -
CMYK 0.84 0.72 0 0.13
HSL 231.34º 0.74% 0.5% -
HSV(B) 231.34º 0.84% 0.87% -
XYZ 15.6 9.08 70.04 -
YUV 72.17 212.55 101.49 -
System Red Green Blue C M Y K H S L
Decimal 35 62 222 0.84 0.72 0 0.13 231.34 0.74 0.5
Hex 23 3E DE 54 48 0 D E7 4A 32
Octal 43 76 336 124 110 0 15 347 112 62
Binary 100011 111110 11011110 1010100 1001000 0 1101 11100111 1001010 110010

Color Harmonies of #233EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233EDE

Black with #233EDE

Text Example


Text Example

White with #233EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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