Html Css Color HEX #2333BE Persian Blue

📋 copy color: '#2333BE'

red 35 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #2333BE

Tints of Persian Blue #2333BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 12.68%
G = 18.48%
B = 68.84%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2333BE (or 0x2333BE) is known color: Persian Blue. HEX triplet: 23, 33 and BE. RGB value is (35,51,190). Sum of RGB (Red+Green+Blue) = 35+51+190=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #2333BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2333BE is #DCCC41. Grayscale: #3D3D3D. Windows color (decimal): -14470210 or 12464931. OLE color: 12464931.

HSL color Cylindrical-coordinate representation of color #2333BE: hue angle of 233.81º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2333BE is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 51 190 -
CMYK 0.82 0.73 0 0.25
HSL 233.81º 0.69% 0.44% -
HSV(B) 233.81º 0.82% 0.75% -
XYZ 11.17 6.44 49.37 -
YUV 62.06 200.2 108.7 -
System Red Green Blue C M Y K H S L
Decimal 35 51 190 0.82 0.73 0 0.25 233.81 0.69 0.44
Hex 23 33 BE 52 49 0 19 EA 45 2C
Octal 43 63 276 122 111 0 31 352 105 54
Binary 100011 110011 10111110 1010010 1001001 0 11001 11101010 1000101 101100

Color Harmonies of #2333BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2333BE

Black with #2333BE

Text Example


Text Example

White with #2333BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2333BE; }

 p { color: rgb(35,51,190); }

 H1.HeaderClassName
 {
   color: #2333BE;
 }
 .AnyTagClassName
 {
   color: #2333BE;
 }
</style>

background-color css

<style>
 a { background-color: #2333BE; }

 a { background-color: rgb(35,51,190); }

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

border-color css

<style>
 span { border-color: #2333BE; }

 span { border-color: rgb(35,51,190); }

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