Html Css Color HEX #307AB3 Curious Blue

📋 copy color: '#307AB3'

red 48 ◦ green 122 ◦ blue 179

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

Shades of Curious Blue #307AB3

Tints of Curious Blue #307AB3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

 BLUE value IS 179 (70.31% from 255) = 51.29%

R = 13.75%
G = 34.96%
B = 51.29%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#307AB3 (or 0x307AB3) is known color: Curious Blue. HEX triplet: 30, 7A and B3. RGB value is (48,122,179). Sum of RGB (Red+Green+Blue) = 48+122+179=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #307AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307AB3 is #CF854C. Grayscale: #6A6A6A. Windows color (decimal): -13600077 or 11762224. OLE color: 11762224.

HSL color Cylindrical-coordinate representation of color #307AB3: hue angle of 206.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307AB3 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 122 179 -
CMYK 0.73 0.32 0 0.30
HSL 206.11º 0.58% 0.45% -
HSV(B) 206.11º 0.73% 0.7% -
XYZ 16.32 17.8 45.22 -
YUV 106.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 48 122 179 0.73 0.32 0 0.30 206.11 0.58 0.45
Hex 30 7A B3 49 20 0 1E CE 3A 2D
Octal 60 172 263 111 40 0 36 316 72 55
Binary 110000 1111010 10110011 1001001 100000 0 11110 11001110 111010 101101

Color Harmonies of #307AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307AB3

Black with #307AB3

Text Example


Text Example

White with #307AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307AB3; }

 p { color: rgb(48,122,179); }

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

background-color css

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

 a { background-color: rgb(48,122,179); }

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

border-color css

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

 span { border-color: rgb(48,122,179); }

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