Html Css Color HEX #233EDD Persian Blue

📋 copy color: '#233EDD'

red 35 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #233EDD

Tints of Persian Blue #233EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 11.01%
G = 19.5%
B = 69.5%

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

#233EDD (or 0x233EDD) is known color: Persian Blue. HEX triplet: 23, 3E and DD. RGB value is (35,62,221). Sum of RGB (Red+Green+Blue) = 35+62+221=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #233EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EDD is #DCC122. Grayscale: #474747. Windows color (decimal): -14467363 or 14499363. OLE color: 14499363.

HSL color Cylindrical-coordinate representation of color #233EDD: hue angle of 231.29º degrees, saturation: 0.73, 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 #233EDD is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 62 221 -
CMYK 0.84 0.72 0 0.13
HSL 231.29º 0.73% 0.5% -
HSV(B) 231.29º 0.84% 0.87% -
XYZ 15.47 9.02 69.33 -
YUV 72.05 212.05 101.57 -
System Red Green Blue C M Y K H S L
Decimal 35 62 221 0.84 0.72 0 0.13 231.29 0.73 0.5
Hex 23 3E DD 54 48 0 D E7 49 32
Octal 43 76 335 124 110 0 15 347 111 62
Binary 100011 111110 11011101 1010100 1001000 0 1101 11100111 1001001 110010

Color Harmonies of #233EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233EDD

Black with #233EDD

Text Example


Text Example

White with #233EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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