Html Css Color HEX #232DDB Persian Blue

📋 copy color: '#232DDB'

red 35 ◦ green 45 ◦ blue 219

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

Shades of Persian Blue #232DDB

Tints of Persian Blue #232DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

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

R = 11.71%
G = 15.05%
B = 73.24%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#232DDB (or 0x232DDB) is known color: Persian Blue. HEX triplet: 23, 2D and DB. RGB value is (35,45,219). Sum of RGB (Red+Green+Blue) = 35+45+219=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #232DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DDB is #DCD224. Grayscale: #3D3D3D. Windows color (decimal): -14471717 or 14363939. OLE color: 14363939.

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

Color convert

RGB 35 45 219 -
CMYK 0.84 0.79 0 0.14
HSL 236.74º 0.72% 0.5% -
HSV(B) 236.74º 0.84% 0.86% -
XYZ 14.42 7.35 67.68 -
YUV 61.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 35 45 219 0.84 0.79 0 0.14 236.74 0.72 0.5
Hex 23 2D DB 54 4F 0 E ED 48 32
Octal 43 55 333 124 117 0 16 355 110 62
Binary 100011 101101 11011011 1010100 1001111 0 1110 11101101 1001000 110010

Color Harmonies of #232DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232DDB

Black with #232DDB

Text Example


Text Example

White with #232DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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