Html Css Color HEX #307FB4 Curious Blue

📋 copy color: '#307FB4'

red 48 ◦ green 127 ◦ blue 180

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

Shades of Curious Blue #307FB4

Tints of Curious Blue #307FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 180 (70.7% from 255) = 50.7%

R = 13.52%
G = 35.77%
B = 50.7%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#307FB4 (or 0x307FB4) is known color: Curious Blue. HEX triplet: 30, 7F and B4. RGB value is (48,127,180). Sum of RGB (Red+Green+Blue) = 48+127+180=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #307FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FB4 is #CF804B. Grayscale: #6D6D6D. Windows color (decimal): -13598796 or 11829040. OLE color: 11829040.

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

Color convert

RGB 48 127 180 -
CMYK 0.73 0.29 0 0.29
HSL 204.09º 0.58% 0.45% -
HSV(B) 204.09º 0.73% 0.71% -
XYZ 17.05 19.1 45.97 -
YUV 109.42 167.83 84.19 -
System Red Green Blue C M Y K H S L
Decimal 48 127 180 0.73 0.29 0 0.29 204.09 0.58 0.45
Hex 30 7F B4 49 1D 0 1D CC 3A 2D
Octal 60 177 264 111 35 0 35 314 72 55
Binary 110000 1111111 10110100 1001001 11101 0 11101 11001100 111010 101101

Color Harmonies of #307FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FB4

Black with #307FB4

Text Example


Text Example

White with #307FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,180); }

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

background-color css

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

 a { background-color: rgb(48,127,180); }

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

border-color css

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

 span { border-color: rgb(48,127,180); }

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