Html Css Color HEX #232BDC Persian Blue

📋 copy color: '#232BDC'

red 35 ◦ green 43 ◦ blue 220

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

Shades of Persian Blue #232BDC

Tints of Persian Blue #232BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 11.74%
G = 14.43%
B = 73.83%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#232BDC (or 0x232BDC) is known color: Persian Blue. HEX triplet: 23, 2B and DC. RGB value is (35,43,220). Sum of RGB (Red+Green+Blue) = 35+43+220=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #232BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BDC is #DCD423. Grayscale: #3C3C3C. Windows color (decimal): -14472228 or 14428963. OLE color: 14428963.

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

Color convert

RGB 35 43 220 -
CMYK 0.84 0.80 0 0.14
HSL 237.41º 0.73% 0.5% -
HSV(B) 237.41º 0.84% 0.86% -
XYZ 14.48 7.25 68.35 -
YUV 60.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 35 43 220 0.84 0.80 0 0.14 237.41 0.73 0.5
Hex 23 2B DC 54 50 0 E ED 49 32
Octal 43 53 334 124 120 0 16 355 111 62
Binary 100011 101011 11011100 1010100 1010000 0 1110 11101101 1001001 110010

Color Harmonies of #232BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BDC

Black with #232BDC

Text Example


Text Example

White with #232BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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