Html Css Color HEX #183364 Catalina Blue

📋 copy color: '#183364'

red 24 ◦ green 51 ◦ blue 100

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

Shades of Catalina Blue #183364

Tints of Catalina Blue #183364

RGB

 RED value IS 24 (9.77% from 255) = 13.71%

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

 BLUE value IS 100 (39.45% from 255) = 57.14%

R = 13.71%
G = 29.14%
B = 57.14%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#183364 (or 0x183364) is known color: Catalina Blue. HEX triplet: 18, 33 and 64. RGB value is (24,51,100). Sum of RGB (Red+Green+Blue) = 24+51+100=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #183364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183364 is #E7CC9B. Grayscale: #303030. Windows color (decimal): -15191196 or 6566680. OLE color: 6566680.

HSL color Cylindrical-coordinate representation of color #183364: hue angle of 218.68º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183364 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 51 100 -
CMYK 0.76 0.49 0 0.61
HSL 218.68º 0.61% 0.24% -
HSV(B) 218.68º 0.76% 0.39% -
XYZ 3.86 3.48 12.53 -
YUV 48.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 24 51 100 0.76 0.49 0 0.61 218.68 0.61 0.24
Hex 18 33 64 4C 31 0 3D DB 3D 18
Octal 30 63 144 114 61 0 75 333 75 30
Binary 11000 110011 1100100 1001100 110001 0 111101 11011011 111101 11000

Color Harmonies of #183364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183364

Black with #183364

Text Example


Text Example

White with #183364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183364; }

 p { color: rgb(24,51,100); }

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

background-color css

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

 a { background-color: rgb(24,51,100); }

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

border-color css

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

 span { border-color: rgb(24,51,100); }

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