Html Css Color HEX #232CDB Persian Blue

📋 copy color: '#232CDB'

red 35 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #232CDB

Tints of Persian Blue #232CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.49%

R = 11.74%
G = 14.77%
B = 73.49%

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

#232CDB (or 0x232CDB) is known color: Persian Blue. HEX triplet: 23, 2C and DB. RGB value is (35,44,219). Sum of RGB (Red+Green+Blue) = 35+44+219=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #232CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CDB is #DCD324. Grayscale: #3C3C3C. Windows color (decimal): -14471973 or 14363683. OLE color: 14363683.

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

Color convert

RGB 35 44 219 -
CMYK 0.84 0.80 0 0.14
HSL 237.07º 0.72% 0.5% -
HSV(B) 237.07º 0.84% 0.86% -
XYZ 14.38 7.27 67.66 -
YUV 61.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 35 44 219 0.84 0.80 0 0.14 237.07 0.72 0.5
Hex 23 2C DB 54 50 0 E ED 48 32
Octal 43 54 333 124 120 0 16 355 110 62
Binary 100011 101100 11011011 1010100 1010000 0 1110 11101101 1001000 110010

Color Harmonies of #232CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CDB

Black with #232CDB

Text Example


Text Example

White with #232CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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