Html Css Color HEX #232CDD Persian Blue

📋 copy color: '#232CDD'

red 35 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #232CDD

Tints of Persian Blue #232CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.67%

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

R = 11.67%
G = 14.67%
B = 73.67%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#232CDD (or 0x232CDD) is known color: Persian Blue. HEX triplet: 23, 2C and DD. RGB value is (35,44,221). Sum of RGB (Red+Green+Blue) = 35+44+221=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #232CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CDD is #DCD322. Grayscale: #3C3C3C. Windows color (decimal): -14471971 or 14494755. OLE color: 14494755.

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

Color convert

RGB 35 44 221 -
CMYK 0.84 0.80 0 0.13
HSL 237.1º 0.73% 0.5% -
HSV(B) 237.1º 0.84% 0.87% -
XYZ 14.64 7.38 69.06 -
YUV 61.49 218.02 109.11 -
System Red Green Blue C M Y K H S L
Decimal 35 44 221 0.84 0.80 0 0.13 237.1 0.73 0.5
Hex 23 2C DD 54 50 0 D ED 49 32
Octal 43 54 335 124 120 0 15 355 111 62
Binary 100011 101100 11011101 1010100 1010000 0 1101 11101101 1001001 110010

Color Harmonies of #232CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CDD

Black with #232CDD

Text Example


Text Example

White with #232CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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