Html Css Color HEX #233DAB Persian Blue

📋 copy color: '#233DAB'

red 35 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #233DAB

Tints of Persian Blue #233DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.04%

R = 13.11%
G = 22.85%
B = 64.04%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#233DAB (or 0x233DAB) is known color: Persian Blue. HEX triplet: 23, 3D and AB. RGB value is (35,61,171). Sum of RGB (Red+Green+Blue) = 35+61+171=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #233DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233DAB is #DCC254. Grayscale: #414141. Windows color (decimal): -14467669 or 11222307. OLE color: 11222307.

HSL color Cylindrical-coordinate representation of color #233DAB: hue angle of 228.53º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233DAB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 61 171 -
CMYK 0.80 0.64 0 0.33
HSL 228.53º 0.66% 0.4% -
HSV(B) 228.53º 0.8% 0.67% -
XYZ 9.71 6.64 39.3 -
YUV 65.77 187.39 106.06 -
System Red Green Blue C M Y K H S L
Decimal 35 61 171 0.80 0.64 0 0.33 228.53 0.66 0.4
Hex 23 3D AB 50 40 0 21 E5 42 28
Octal 43 75 253 120 100 0 41 345 102 50
Binary 100011 111101 10101011 1010000 1000000 0 100001 11100101 1000010 101000

Color Harmonies of #233DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233DAB

Black with #233DAB

Text Example


Text Example

White with #233DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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