Html Css Color HEX #362FBB Persian Blue

📋 copy color: '#362FBB'

red 54 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #362FBB

Tints of Persian Blue #362FBB

RGB

 RED value IS 54 (21.48% from 255) = 18.75%

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

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

R = 18.75%
G = 16.32%
B = 64.93%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#362FBB (or 0x362FBB) is known color: Persian Blue. HEX triplet: 36, 2F and BB. RGB value is (54,47,187). Sum of RGB (Red+Green+Blue) = 54+47+187=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #362FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FBB is #C9D044. Grayscale: #404040. Windows color (decimal): -13226053 or 12267318. OLE color: 12267318.

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

Color convert

RGB 54 47 187 -
CMYK 0.71 0.75 0 0.27
HSL 243º 0.6% 0.46% -
HSV(B) 243º 0.75% 0.73% -
XYZ 11.51 6.41 47.64 -
YUV 65.05 196.82 120.12 -
System Red Green Blue C M Y K H S L
Decimal 54 47 187 0.71 0.75 0 0.27 243 0.6 0.46
Hex 36 2F BB 47 4B 0 1B F3 3C 2E
Octal 66 57 273 107 113 0 33 363 74 56
Binary 110110 101111 10111011 1000111 1001011 0 11011 11110011 111100 101110

Color Harmonies of #362FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FBB

Black with #362FBB

Text Example


Text Example

White with #362FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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