Html Css Color HEX #232FBB Persian Blue

📋 copy color: '#232FBB'

red 35 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #232FBB

Tints of Persian Blue #232FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 13.01%
G = 17.47%
B = 69.52%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#232FBB (or 0x232FBB) is known color: Persian Blue. HEX triplet: 23, 2F and BB. RGB value is (35,47,187). Sum of RGB (Red+Green+Blue) = 35+47+187=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #232FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FBB is #DCD044. Grayscale: #3A3A3A. Windows color (decimal): -14471237 or 12267299. OLE color: 12267299.

HSL color Cylindrical-coordinate representation of color #232FBB: hue angle of 235.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232FBB is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 47 187 -
CMYK 0.81 0.75 0 0.27
HSL 235.26º 0.68% 0.44% -
HSV(B) 235.26º 0.81% 0.73% -
XYZ 10.68 5.98 47.6 -
YUV 59.37 200.02 110.62 -
System Red Green Blue C M Y K H S L
Decimal 35 47 187 0.81 0.75 0 0.27 235.26 0.68 0.44
Hex 23 2F BB 51 4B 0 1B EB 44 2C
Octal 43 57 273 121 113 0 33 353 104 54
Binary 100011 101111 10111011 1010001 1001011 0 11011 11101011 1000100 101100

Color Harmonies of #232FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FBB

Black with #232FBB

Text Example


Text Example

White with #232FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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