Html Css Color HEX #373DBB Persian Blue

📋 copy color: '#373DBB'

red 55 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #373DBB

Tints of Persian Blue #373DBB

RGB

 RED value IS 55 (21.88% from 255) = 18.15%

 GREEN value IS 61 (24.22% from 255) = 20.13%

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

R = 18.15%
G = 20.13%
B = 61.72%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#373DBB (or 0x373DBB) is known color: Persian Blue. HEX triplet: 37, 3D and BB. RGB value is (55,61,187). Sum of RGB (Red+Green+Blue) = 55+61+187=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #373DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DBB is #C8C244. Grayscale: #494949. Windows color (decimal): -13156933 or 12270903. OLE color: 12270903.

HSL color Cylindrical-coordinate representation of color #373DBB: hue angle of 237.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373DBB is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 61 187 -
CMYK 0.71 0.67 0 0.27
HSL 237.27º 0.55% 0.47% -
HSV(B) 237.27º 0.71% 0.73% -
XYZ 12.21 7.74 47.86 -
YUV 73.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 55 61 187 0.71 0.67 0 0.27 237.27 0.55 0.47
Hex 37 3D BB 47 43 0 1B ED 37 2F
Octal 67 75 273 107 103 0 33 355 67 57
Binary 110111 111101 10111011 1000111 1000011 0 11011 11101101 110111 101111

Color Harmonies of #373DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DBB

Black with #373DBB

Text Example


Text Example

White with #373DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373DBB; }

 p { color: rgb(55,61,187); }

 H1.HeaderClassName
 {
   color: #373DBB;
 }
 .AnyTagClassName
 {
   color: #373DBB;
 }
</style>

background-color css

<style>
 a { background-color: #373DBB; }

 a { background-color: rgb(55,61,187); }

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

border-color css

<style>
 span { border-color: #373DBB; }

 span { border-color: rgb(55,61,187); }

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