Html Css Color HEX #2336B4 Persian Blue

📋 copy color: '#2336B4'

red 35 ◦ green 54 ◦ blue 180

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

Shades of Persian Blue #2336B4

Tints of Persian Blue #2336B4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.07%

 BLUE value IS 180 (70.7% from 255) = 66.91%

R = 13.01%
G = 20.07%
B = 66.91%

CMYK

 C value IS 0.81

 M value IS 0.7

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2336B4 (or 0x2336B4) is known color: Persian Blue. HEX triplet: 23, 36 and B4. RGB value is (35,54,180). Sum of RGB (Red+Green+Blue) = 35+54+180=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 180 (70.70% from 255 or 66.91% from 269); Max value from RGB is 180 - color contains mainly: blue. Hex color #2336B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2336B4 is #DCC94B. Grayscale: #3E3E3E. Windows color (decimal): -14469452 or 11810339. OLE color: 11810339.

HSL color Cylindrical-coordinate representation of color #2336B4: hue angle of 232.14º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2336B4 is Cyan = 0.81, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 54 180 -
CMYK 0.81 0.7 0 0.29
HSL 232.14º 0.67% 0.42% -
HSV(B) 232.14º 0.81% 0.71% -
XYZ 10.25 6.29 43.85 -
YUV 62.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 35 54 180 0.81 0.7 0 0.29 232.14 0.67 0.42
Hex 23 36 B4 51 46 0 1D E8 43 2A
Octal 43 66 264 121 106 0 35 350 103 52
Binary 100011 110110 10110100 1010001 1000110 0 11101 11101000 1000011 101010

Color Harmonies of #2336B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2336B4

Black with #2336B4

Text Example


Text Example

White with #2336B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2336B4; }

 p { color: rgb(35,54,180); }

 H1.HeaderClassName
 {
   color: #2336B4;
 }
 .AnyTagClassName
 {
   color: #2336B4;
 }
</style>

background-color css

<style>
 a { background-color: #2336B4; }

 a { background-color: rgb(35,54,180); }

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

border-color css

<style>
 span { border-color: #2336B4; }

 span { border-color: rgb(35,54,180); }

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