Html Css Color HEX #30445B Catalina Blue

📋 copy color: '#30445B'

red 48 ◦ green 68 ◦ blue 91

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

Shades of Catalina Blue #30445B

Tints of Catalina Blue #30445B

RGB

 RED value IS 48 (19.14% from 255) = 23.19%

 GREEN value IS 68 (26.95% from 255) = 32.85%

 BLUE value IS 91 (35.94% from 255) = 43.96%

R = 23.19%
G = 32.85%
B = 43.96%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30445B (or 0x30445B) is known color: Catalina Blue. HEX triplet: 30, 44 and 5B. RGB value is (48,68,91). Sum of RGB (Red+Green+Blue) = 48+68+91=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #30445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30445B is #CFBBA4. Grayscale: #404040. Windows color (decimal): -13613989 or 5981232. OLE color: 5981232.

HSL color Cylindrical-coordinate representation of color #30445B: hue angle of 212.09º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30445B is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 68 91 -
CMYK 0.47 0.25 0 0.64
HSL 212.09º 0.31% 0.27% -
HSV(B) 212.09º 0.47% 0.36% -
XYZ 5.17 5.52 10.69 -
YUV 64.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 48 68 91 0.47 0.25 0 0.64 212.09 0.31 0.27
Hex 30 44 5B 2F 19 0 40 D4 1F 1B
Octal 60 104 133 57 31 0 100 324 37 33
Binary 110000 1000100 1011011 101111 11001 0 1000000 11010100 11111 11011

Color Harmonies of #30445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30445B

Black with #30445B

Text Example


Text Example

White with #30445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30445B; }

 p { color: rgb(48,68,91); }

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

background-color css

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

 a { background-color: rgb(48,68,91); }

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

border-color css

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

 span { border-color: rgb(48,68,91); }

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