Html Css Color HEX #232DAE Persian Blue

📋 copy color: '#232DAE'

red 35 ◦ green 45 ◦ blue 174

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

Shades of Persian Blue #232DAE

Tints of Persian Blue #232DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 13.78%
G = 17.72%
B = 68.5%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#232DAE (or 0x232DAE) is known color: Persian Blue. HEX triplet: 23, 2D and AE. RGB value is (35,45,174). Sum of RGB (Red+Green+Blue) = 35+45+174=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #232DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232DAE is #DCD251. Grayscale: #383838. Windows color (decimal): -14471762 or 11414819. OLE color: 11414819.

HSL color Cylindrical-coordinate representation of color #232DAE: hue angle of 235.68º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #232DAE is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 45 174 -
CMYK 0.80 0.74 0 0.32
HSL 235.68º 0.67% 0.41% -
HSV(B) 235.68º 0.8% 0.68% -
XYZ 9.27 5.29 40.58 -
YUV 56.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 35 45 174 0.80 0.74 0 0.32 235.68 0.67 0.41
Hex 23 2D AE 50 4A 0 20 EC 43 29
Octal 43 55 256 120 112 0 40 354 103 51
Binary 100011 101101 10101110 1010000 1001010 0 100000 11101100 1000011 101001

Color Harmonies of #232DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232DAE

Black with #232DAE

Text Example


Text Example

White with #232DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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