Html Css Color HEX #233CDD Persian Blue

📋 copy color: '#233CDD'

red 35 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #233CDD

Tints of Persian Blue #233CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

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

R = 11.08%
G = 18.99%
B = 69.94%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#233CDD (or 0x233CDD) is known color: Persian Blue. HEX triplet: 23, 3C and DD. RGB value is (35,60,221). Sum of RGB (Red+Green+Blue) = 35+60+221=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #233CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CDD is #DCC322. Grayscale: #464646. Windows color (decimal): -14467875 or 14498851. OLE color: 14498851.

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

Color convert

RGB 35 60 221 -
CMYK 0.84 0.73 0 0.13
HSL 231.94º 0.73% 0.5% -
HSV(B) 231.94º 0.84% 0.87% -
XYZ 15.36 8.81 69.3 -
YUV 70.88 212.72 102.41 -
System Red Green Blue C M Y K H S L
Decimal 35 60 221 0.84 0.73 0 0.13 231.94 0.73 0.5
Hex 23 3C DD 54 49 0 D E8 49 32
Octal 43 74 335 124 111 0 15 350 111 62
Binary 100011 111100 11011101 1010100 1001001 0 1101 11101000 1001001 110010

Color Harmonies of #233CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233CDD

Black with #233CDD

Text Example


Text Example

White with #233CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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