Html Css Color HEX #233DAE Persian Blue

📋 copy color: '#233DAE'

red 35 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #233DAE

Tints of Persian Blue #233DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.59%

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

R = 12.96%
G = 22.59%
B = 64.44%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#233DAE (or 0x233DAE) is known color: Persian Blue. HEX triplet: 23, 3D and AE. RGB value is (35,61,174). Sum of RGB (Red+Green+Blue) = 35+61+174=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #233DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233DAE is #DCC251. Grayscale: #414141. Windows color (decimal): -14467666 or 11418915. OLE color: 11418915.

HSL color Cylindrical-coordinate representation of color #233DAE: hue angle of 228.78º 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 #233DAE is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 61 174 -
CMYK 0.80 0.65 0 0.32
HSL 228.78º 0.67% 0.41% -
HSV(B) 228.78º 0.8% 0.68% -
XYZ 10 6.75 40.82 -
YUV 66.11 188.89 105.81 -
System Red Green Blue C M Y K H S L
Decimal 35 61 174 0.80 0.65 0 0.32 228.78 0.67 0.41
Hex 23 3D AE 50 41 0 20 E5 43 29
Octal 43 75 256 120 101 0 40 345 103 51
Binary 100011 111101 10101110 1010000 1000001 0 100000 11100101 1000011 101001

Color Harmonies of #233DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233DAE

Black with #233DAE

Text Example


Text Example

White with #233DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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