Html Css Color HEX #233EDC Persian Blue

📋 copy color: '#233EDC'

red 35 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #233EDC

Tints of Persian Blue #233EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 11.04%
G = 19.56%
B = 69.4%

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

#233EDC (or 0x233EDC) is known color: Persian Blue. HEX triplet: 23, 3E and DC. RGB value is (35,62,220). Sum of RGB (Red+Green+Blue) = 35+62+220=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #233EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EDC is #DCC123. Grayscale: #474747. Windows color (decimal): -14467364 or 14433827. OLE color: 14433827.

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

Color convert

RGB 35 62 220 -
CMYK 0.84 0.72 0 0.14
HSL 231.24º 0.73% 0.5% -
HSV(B) 231.24º 0.84% 0.86% -
XYZ 15.33 8.97 68.63 -
YUV 71.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 35 62 220 0.84 0.72 0 0.14 231.24 0.73 0.5
Hex 23 3E DC 54 48 0 E E7 49 32
Octal 43 76 334 124 110 0 16 347 111 62
Binary 100011 111110 11011100 1010100 1001000 0 1110 11100111 1001001 110010

Color Harmonies of #233EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233EDC

Black with #233EDC

Text Example


Text Example

White with #233EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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