Html Css Color HEX #30455B Catalina Blue

📋 copy color: '#30455B'

red 48 ◦ green 69 ◦ blue 91

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

Shades of Catalina Blue #30455B

Tints of Catalina Blue #30455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 23.08%
G = 33.17%
B = 43.75%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30455B (or 0x30455B) is known color: Catalina Blue. HEX triplet: 30, 45 and 5B. RGB value is (48,69,91). Sum of RGB (Red+Green+Blue) = 48+69+91=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #30455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30455B is #CFBAA4. Grayscale: #414141. Windows color (decimal): -13613733 or 5981488. OLE color: 5981488.

HSL color Cylindrical-coordinate representation of color #30455B: hue angle of 210.7º 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 #30455B is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 69 91 -
CMYK 0.47 0.24 0 0.64
HSL 210.7º 0.31% 0.27% -
HSV(B) 210.7º 0.47% 0.36% -
XYZ 5.24 5.64 10.71 -
YUV 65.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 48 69 91 0.47 0.24 0 0.64 210.7 0.31 0.27
Hex 30 45 5B 2F 18 0 40 D3 1F 1B
Octal 60 105 133 57 30 0 100 323 37 33
Binary 110000 1000101 1011011 101111 11000 0 1000000 11010011 11111 11011

Color Harmonies of #30455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30455B

Black with #30455B

Text Example


Text Example

White with #30455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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