Html Css Color HEX #233DDC Persian Blue

📋 copy color: '#233DDC'

red 35 ◦ green 61 ◦ blue 220

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

Shades of Persian Blue #233DDC

Tints of Persian Blue #233DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

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

R = 11.08%
G = 19.3%
B = 69.62%

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

#233DDC (or 0x233DDC) is known color: Persian Blue. HEX triplet: 23, 3D and DC. RGB value is (35,61,220). Sum of RGB (Red+Green+Blue) = 35+61+220=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #233DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DDC is #DCC223. Grayscale: #464646. Windows color (decimal): -14467620 or 14433571. OLE color: 14433571.

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

Color convert

RGB 35 61 220 -
CMYK 0.84 0.72 0 0.14
HSL 231.57º 0.73% 0.5% -
HSV(B) 231.57º 0.84% 0.86% -
XYZ 15.28 8.86 68.62 -
YUV 71.35 211.89 102.07 -
System Red Green Blue C M Y K H S L
Decimal 35 61 220 0.84 0.72 0 0.14 231.57 0.73 0.5
Hex 23 3D DC 54 48 0 E E8 49 32
Octal 43 75 334 124 110 0 16 350 111 62
Binary 100011 111101 11011100 1010100 1001000 0 1110 11101000 1001001 110010

Color Harmonies of #233DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233DDC

Black with #233DDC

Text Example


Text Example

White with #233DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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