Html Css Color HEX #232FAB Persian Blue

📋 copy color: '#232FAB'

red 35 ◦ green 47 ◦ blue 171

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

Shades of Persian Blue #232FAB

Tints of Persian Blue #232FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

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

R = 13.83%
G = 18.58%
B = 67.59%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#232FAB (or 0x232FAB) is known color: Persian Blue. HEX triplet: 23, 2F and AB. RGB value is (35,47,171). Sum of RGB (Red+Green+Blue) = 35+47+171=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #232FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FAB is #DCD054. Grayscale: #393939. Windows color (decimal): -14471253 or 11218723. OLE color: 11218723.

HSL color Cylindrical-coordinate representation of color #232FAB: hue angle of 234.71º 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 #232FAB is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 47 171 -
CMYK 0.80 0.73 0 0.33
HSL 234.71º 0.66% 0.4% -
HSV(B) 234.71º 0.8% 0.67% -
XYZ 9.06 5.33 39.08 -
YUV 57.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 35 47 171 0.80 0.73 0 0.33 234.71 0.66 0.4
Hex 23 2F AB 50 49 0 21 EB 42 28
Octal 43 57 253 120 111 0 41 353 102 50
Binary 100011 101111 10101011 1010000 1001001 0 100001 11101011 1000010 101000

Color Harmonies of #232FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FAB

Black with #232FAB

Text Example


Text Example

White with #232FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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